home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Tsunexpression.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
374b
|
16 lines
#ifndef _Tsunexpression_H_
#define _Tsunexpression_H_
enum
{
SUNEXPRESSIONTAG_LATITUDE = 1000,
SUNEXPRESSIONTAG_DISTANCE = 1003,
SUNEXPRESSIONTAG_DATETIME = 1004,
SUNEXPRESSIONTAG_LONGITUDE = 1005,
SUNEXPRESSIONTAG_INTERPOLATE_TIME = 1006,
SUNEXPRESSIONTAG_INTERPOLATE_DATE = 1007,
SUNEXPRESSIONTAG_SETLIGHTCOLOR = 1008
};
#endif